ThreadSafeDictionary<TKey,TValue> Class

Summary
Implements a thread safe dictionary.
Syntax
C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class ThreadSafeDictionary<TKey, TValue> : IDictionary<TKey, TValue>, ICollection<KeyValuePair<TKey, TValue>>, IEnumerable<KeyValuePair<TKey, TValue>>, IEnumerable 
  
<DefaultMemberAttribute("Item")> 
Public Class ThreadSafeDictionary 
    (Of _TKey_,_TValue_)  
   Implements System.Collections.Generic.ICollection(Of KeyValuePair(Of TKey,TValue)), System.Collections.Generic.IDictionary(Of TKey,TValue), System.Collections.Generic.IEnumerable(Of KeyValuePair(Of TKey,TValue)), System.Collections.IEnumerable  
[DefaultMemberAttribute("Item")] 
generic<typename _TKey_> 
generic<typename _TValue_> 
public ref class ThreadSafeDictionary : public System.Collections.Generic.ICollection<KeyValuePair<TKey,TValue>>, System.Collections.Generic.IDictionary<TKey,TValue>, System.Collections.Generic.IEnumerable<KeyValuePair<TKey,TValue>>, System.Collections.IEnumerable   

Type Parameters

TKey
The type of the key.

TValue
The type of the value.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.AddIn Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.